-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples: add author_comparator simple demo #27
base: master
Are you sure you want to change the base?
Conversation
For context: @ksachs @jmartinm the |
007aeaa
to
8775173
Compare
Do we agree on what should match and what shouldn't? E.g.
'Gaspari, Massimo' should match (it should be better than not matching)
'Gaspari, Massimo' should not match
|
How can the |
AFAIK, |
bad made-up example. Most likely it would be
|
if name variant can not be used in the |
Yeah, |
do you really want |
If possible I want |
8775173
to
1f038c9
Compare
So, by adding the examples by @ksachs, we're getting these results:
|
@chris-asl she meant |
That's quite strong matching. What about: |
Is this the same [match]: "O Brien, Dara, "O Briain, Dara" |
@kaplun I've updated my comment with your suggestions. @ksachs: As discussed with @ammirate, regarding the |
Signed-off-by: Chris Aslanoglou <[email protected]> Co-Authored-By: Antonio Cesarano <[email protected]>
1f038c9
to
b302526
Compare
* Removes incorrect entry points that causes Flask application to crash when invenio-base is installed. (closes inspirehep#27) Signed-off-by: Javier Martin Montull <[email protected]>
Signed-off-by: Chris Aslanoglou [email protected]
I've created this example so that we can see the behaviour of the
AuthorComparator
ontop ofinspire-json-merger
.For making it easier to identify whether the comparator matched the names, I changed the
merger_config
for this example.